home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
UTILFILE
/
MANSHARE.LZH
/
FILE-MAN.ZIP
/
M_FILMAN.MSC
< prev
Wrap
Text File
|
1988-09-02
|
1KB
|
51 lines
;
; File-man Program Configuration
;
;Comment(' ')
;Comment(' Left Button: Enter key')
;Comment(' Middle Button: Esc key')
;Comment(' Right Button: Exit FILE-MAN')
;Comment(' Left-Mid Button: Insert key')
;Comment(' Mid-Right Button: Delete key')
;Comment(' ')
;
; Parameters
;
Sensitivity (20, 20) ; (Xinc, Yinc)
Hysteresis (2, 2) ; (AutoX, AutoY)
;
; Cursor Definitions
;
ArrowKeys: Cursor
(
Left ([Left])
Right ([Right])
Up ([Up])
Down ([Down])
)
;
; Button Definitions
;
LB: Button (Keys([Enter])) ; Left button
MB: Button (Keys([Esc])) ; Middle button
RB: Button (Keys([Esc] [&h8600])) ; Right button
LMB: Button (Keys([Ins])) ; Left Middle button
MRB: Button (Keys([Del])) ; Middle Right button
;
; Mouse Definition
;
Mouse
(
Left (LB)
Middle (MB)
LeftMiddle (LMB)
Right (RB)
MiddleRight (MRB)
Cursor (ArrowKeys)
)